home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m26.dir / 00145.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  261 b   |  10 lines

  1. on mouseDown
  2.   global gPreviousMenu, gReferenceArticle
  3.   if pressButton(18) then
  4.     pupSprites(1, 48, 0)
  5.     set gPreviousMenu to "movie" && QUOTE & "M24.DIR" & QUOTE
  6.     set gReferenceArticle to "NKWOLO.TXT"
  7.     go("LinksShowArticle", "m29.dir")
  8.   end if
  9. end
  10.